projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb57e5
)
* progmodes/octave.el (octave-smie-forward-token): Fix typo.
author
Leo Liu
<sdl.web@gmail.com>
Tue, 7 May 2013 04:53:31 +0000
(12:53 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Tue, 7 May 2013 04:53:31 +0000
(12:53 +0800)
lisp/progmodes/octave.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/octave.el
b/lisp/progmodes/octave.el
index 7e14e59af5f5c305f4334480d35f4e5946bdbd2a..138c19481312260304262e01a5f6b11491ffe1d8 100644
(file)
--- a/
lisp/progmodes/octave.el
+++ b/
lisp/progmodes/octave.el
@@
-373,7
+373,7
@@
Non-nil means always go to the next Octave code line after sending."
((and (looking-at "[%#\n]")
(not (or (save-excursion (skip-chars-backward " \t")
;; Only add implicit ; when needed.
- (or (bolp) (eq (char-before
?\;)
)))
+ (or (bolp) (eq (char-before
) ?\;
)))
;; Ignore it if it's within parentheses.
(let ((ppss (syntax-ppss)))
(and (nth 1 ppss)